From 04708f29d836a6621138b12ee300ddbaab13d346 Mon Sep 17 00:00:00 2001 From: justbur Date: Thu, 2 Jul 2015 11:41:59 -0400 Subject: [PATCH] Start working on MELPA requirements --- which-key.el | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/which-key.el b/which-key.el index 968a52c7a24..bec94a768e9 100644 --- a/which-key.el +++ b/which-key.el @@ -3,14 +3,20 @@ ;; Copyright (C) 2015 Justin Burkett ;; Author: Justin Burkett -;; URL: http://github.com/justbur/which-key/ +;; URL: https://github.com/justbur/which-key/ ;; Version: 0.1 ;; Keywords: -;; Package-Requires: ((s "1.9.0")) +;; Package-Requires: ((s "1.9.0") (popwin "1.0.0")) ;;; Commentary: ;; -;; Rewrite of guide-key-mode. +;; This is a rewrite of guide-key https://github.com/kai2nenobu/guide-key +;; with the following goals: +;; +;; 1. Remove polling function for performance reasons +;; 2. Try to simplify code as much as possible +;; 3. Switch away from using popwin (planned) +;; 4. Add replacement strings to create "aliases" for functions. ;; ;;; Code: @@ -181,3 +187,4 @@ replace and the cdr is the replacement text. " (provide 'which-key) +;;; which-key.el ends here -- 2.30.2